home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / devs / datatypes / zgifdatatype.doc < prev    next >
Text File  |  1993-08-16  |  5KB  |  135 lines

  1.  
  2.  
  3.     ZGIFDatatype 39.7 - minor update to release 39.5
  4.     September '93
  5.  
  6.     Another FAST Utility Written by Michael Zucchi
  7.  
  8. This is a replacement for any of the other gif datatypes available.  What
  9. makes it considerably better than any of the others?  Speed.  On an
  10. A1200 it will load GIF's using multiview approximately the same speed as
  11. loading IFF ILBM pictures.  And a lot faster if loading from floppy disks.
  12.  
  13. In addition, asynchronous file reading routines have been incorporated
  14. into the code which allow it to load pictures virtually independent
  15. of I/O speed.  For example a 680x480x256 gif picture will load off of
  16. floppy disk within a few seconds of one loading off of a hard drive.
  17. (this is in an Amiga 1200, with no fastmem)
  18.  
  19. It requires a 68020 or greater CPU, and of course Release 3.0 or greater
  20. of the system software.
  21.  
  22. Main features:
  23.  
  24.     o    SPEED.  Try it, after using this you wont want to be without it!
  25.     o    Supports most gifs (only some esoteric, and mostly unused features
  26.         of the GIF8?a standard have been ignored)
  27.     o    Uses async file reading for greater performance - on an A1200 will
  28.     load a picture the same speed off of floppy as off of hard drive!
  29.     o    100% Assembly language, very optimised.
  30.     o    Custom chunky to planar conversion, that is reasonably fast (a version
  31.         using WritePixelLine8() runs about 50% the speed of this version)
  32.     o    Its FREE! (this is of course the best bit)
  33.  
  34.  
  35. Main limitations: (hey, its not _perfect_ after all)
  36.  
  37.     o    OM_WRITE BOOPSI method not yet implemented.  Expect this in a future
  38.         release.
  39.     o    Only decodes pictures with a global colour table.  Most gif loaders
  40.         do the same, and most writers write them.
  41.     o    Ignores any local colour tables (but still decodes picture).  Could
  42.         lead to a bad palette.
  43.  
  44. Distribution:
  45.  
  46. This program is FreeWare, _please_ give it to your friends, your enemies
  47. ANYONE who could possibly use it or otherwise spread it around.  Datatypes
  48. are a really excellent addition to the OS but there aren't yet enough
  49. quality datatypes out there.
  50. The original achive in which this text file is placed may be included in
  51. any other release of non-commercial software, so long it remains
  52. intact.  If anyone wants to put it on a commercial release, just contact me.
  53.  
  54. Installation:
  55.  
  56.     Copy the gif.datatype file into your sys:classes/datatypes/ drawer
  57.     Copy the Datatypes/GIF file (and its icon) into DEVS:Datatypes/
  58.  
  59. Reboot your machine or use AddDataTypes to enable it.
  60.  
  61. Nice isn't it? :)
  62.  
  63.  
  64.  
  65. The Author:
  66.  
  67. I'm a poor :( student currently doing 3rd year Computer Systems Engineering
  68. at The University of South Australia, at the Levels campus
  69. (read: swamp/shithole/isolated dump :).
  70.  
  71. I can be reached via email at:
  72.  
  73.   9107047w@lux.levels.unisa.edu.au
  74.  
  75. or Aussie Post via:  ('home' address)
  76.  
  77.   Michael Zucchi
  78.   PO box 824
  79.   Waikerie SA 5330    <- SA = South Australia
  80.  
  81. or if ya live in Adelaide, ring Freds BBS and give us a bell.
  82.  
  83. I'd like to hear about any major/minor bugs.  I'd like to see lots of $$
  84. too :)
  85.  
  86.  
  87. Thanks and the rest:
  88.  
  89. Thanks to the guys who supplied me with those odd (and i mean _odd_ :)
  90. gif's to test some of the weirder stuff.  And the other guys who suggested
  91. i do it.  And to all those guys who mailed me with bugs.  Hopefully the
  92. screenmode selection is a bit better now fellas?
  93.  
  94. Thanks also to the C= software eng's for making such a _cool_ OS.
  95.  
  96.  
  97. Sick and tired of all those crappy, huge and slow compilers out there?
  98.  --> AmigaE2.5 will be here soon! <--
  99.  
  100. Look out for ZGif 1.0 - also comming soon to an Amiga near you!
  101. (quickfeaturelistincludes:ofastestgifloaderavailableforamigaoveryfastiffilbm
  102. loaderofastiffilbmsaveroretinagraphicsboardsupportoaslfilerequesteroaslscree
  103. nmoderequesteroworkbenchstartupokeyboardcontrolowb2.0or3.0oandmuchmuchmore!)
  104.  
  105.        ///
  106.       ///   Michael Zucchi
  107.   \\\///    9107047w@lux.levels.unisa.edu.au
  108.    \\\/     Computer Systems Engineer (in the making)
  109.  
  110.  
  111. Note:
  112.      "The Graphics Interchange Format(c) is the Copyright property of
  113.       CompuServe Incorporated. GIF(sm) is a Service Mark property of
  114.       CompuServe Incorporated."
  115.  
  116.  History
  117.  
  118.  39.0    Initial version
  119.  39.1    Now does any depth gif, not only 4 or 8, used to ignore.
  120.  39.2    Now supprts interlaced gifs, used to ignore.
  121.  39.3    Added better viewmode selection via BestModeIDA(), uses
  122.      the 'workbench' monitor (if possible).
  123.  39.4    Fixed a tiny bug in extension block skipping code.
  124.  39.5    Monitor selection was up shit creek.  Now it should work a lot
  125.      better, and select a decent monitor (i only had Euro72 active,
  126.      so it seemed to be ok before).  No longer tries to clone the
  127.      workbench monitor.
  128.  39.6    Was passing incorrect dimensions to the datatype object via the
  129.      DTA_NominalHoriz/Vert tags.  Caused multiview to open a strange
  130.      sized window if run on workbench.
  131.  39.7    Changed GetBestMode() code - again.  Now it asks for a mode with
  132.      roughly square pixels (actually 130:100 seems to be best aspect???).
  133.      Appears to work better anyway.
  134.  
  135.